[DllImport("winspool.drv"), SetLastError=true]
static extern int ClosePrinter(IntPtr hPrinter);
None.
As always, only do SetLastError=true if you actually intend to call GetLastError.
Please add some!
Please add some!
Do you know one? Please contribute it!